[INFO] cloning repository https://github.com/owtotwo/Simple-Calculator
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/owtotwo/Simple-Calculator" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fowtotwo%2FSimple-Calculator", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fowtotwo%2FSimple-Calculator'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a39a3ac091f43aa037e186183e00d67359a25ba3
[INFO] fixing owtotwo/Simple-Calculator against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fowtotwo%2FSimple-Calculator" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/owtotwo/Simple-Calculator
[INFO] finished tweaking git repo https://github.com/owtotwo/Simple-Calculator
[INFO] tweaked toml for git repo https://github.com/owtotwo/Simple-Calculator written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/owtotwo/Simple-Calculator on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/owtotwo/Simple-Calculator already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `calculator` (manifest) generated 1 warning
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] cc702c0bb2988987a414e4062a18d79104fbf7fd3c94e90e110b7a019dd3f123
[INFO] running `Command { std: "docker" "start" "cc702c0bb2988987a414e4062a18d79104fbf7fd3c94e90e110b7a019dd3f123", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "cc702c0bb2988987a414e4062a18d79104fbf7fd3c94e90e110b7a019dd3f123" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cc702c0bb2988987a414e4062a18d79104fbf7fd3c94e90e110b7a019dd3f123", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "cc702c0bb2988987a414e4062a18d79104fbf7fd3c94e90e110b7a019dd3f123" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2015 edition to 2018
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `calculator` (manifest) generated 1 warning
[INFO] [stderr]    Compiling winapi-build v0.1.1
[INFO] [stderr]     Checking winapi v0.2.8
[INFO] [stderr]     Checking libc v0.2.17
[INFO] [stderr]    Compiling kernel32-sys v0.2.2
[INFO] [stderr]     Checking time v0.1.35
[INFO] [stderr]     Checking calculator v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating src/main.rs from 2015 edition to 2018
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
[INFO] [stderr] crater-edition-check: calculator v0.1.0 (/opt/rustwide/workdir) updating edition from 2015 to 2018
[INFO] [stderr]     Checking calculator v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `super::super::std`
[INFO] [stdout]  --> src/calculator/expr/mod.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use super::super::std;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^---
[INFO] [stdout]   |                   |
[INFO] [stdout]   |                   no `std` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `super::super::std`
[INFO] [stdout]  --> src/calculator/expr/mod.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use super::super::std;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^---
[INFO] [stdout]   |                   |
[INFO] [stdout]   |                   no `std` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/calculator/mod.rs:18:40
[INFO] [stdout]    |
[INFO] [stdout] 18 | type Result<T> = result::Result<T, Box<error::Error>>;
[INFO] [stdout]    |                                        ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]    = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 18 | type Result<T> = result::Result<T, Box<dyn error::Error>>;
[INFO] [stdout]    |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/calculator/mod.rs:18:40
[INFO] [stdout]    |
[INFO] [stdout] 18 | type Result<T> = result::Result<T, Box<error::Error>>;
[INFO] [stdout]    |                                        ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]    = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 18 | type Result<T> = result::Result<T, Box<dyn error::Error>>;
[INFO] [stdout]    |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/calculator/mod.rs:51:32
[INFO] [stdout]    |
[INFO] [stdout] 51 |     fn cause(&self) -> Option<&error::Error> {
[INFO] [stdout]    |                                ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 51 |     fn cause(&self) -> Option<&dyn error::Error> {
[INFO] [stdout]    |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/calculator/mod.rs:51:32
[INFO] [stdout]    |
[INFO] [stdout] 51 |     fn cause(&self) -> Option<&error::Error> {
[INFO] [stdout]    |                                ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 51 |     fn cause(&self) -> Option<&dyn error::Error> {
[INFO] [stdout]    |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]   --> src/calculator/expr/error.rs:28:22
[INFO] [stdout]    |
[INFO] [stdout] 28 |                 self.description().fmt(f)
[INFO] [stdout]    |                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 56 | impl_display_for_error!(EvalError);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `impl_display_for_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]   --> src/calculator/expr/error.rs:28:22
[INFO] [stdout]    |
[INFO] [stdout] 28 |                 self.description().fmt(f)
[INFO] [stdout]    |                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 56 | impl_display_for_error!(EvalError);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `impl_display_for_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `core::str::<impl str>::trim_left`: superseded by `trim_start`
[INFO] [stdout]   --> src/calculator/expr/operator.rs:18:24
[INFO] [stdout]    |
[INFO] [stdout] 18 |         match raw_expr.trim_left() {
[INFO] [stdout]    |                        ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: replace the use of the deprecated method
[INFO] [stdout]    |
[INFO] [stdout] 18 -         match raw_expr.trim_left() {
[INFO] [stdout] 18 +         match raw_expr.trim_start() {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `core::str::<impl str>::trim_left`: superseded by `trim_start`
[INFO] [stdout]   --> src/calculator/expr/operator.rs:18:24
[INFO] [stdout]    |
[INFO] [stdout] 18 |         match raw_expr.trim_left() {
[INFO] [stdout]    |                        ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: replace the use of the deprecated method
[INFO] [stdout]    |
[INFO] [stdout] 18 -         match raw_expr.trim_left() {
[INFO] [stdout] 18 +         match raw_expr.trim_start() {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]   --> src/calculator/expr/error.rs:28:22
[INFO] [stdout]    |
[INFO] [stdout] 28 |                   self.description().fmt(f)
[INFO] [stdout]    |                        ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/calculator/expr/operator.rs:44:1
[INFO] [stdout]    |
[INFO] [stdout] 44 | / new_error_type!(
[INFO] [stdout] 45 | |     ParseOperatorError,
[INFO] [stdout] 46 | |     "expect '+', '-', '*', '/', '(' or ')'"
[INFO] [stdout] 47 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_display_for_error` which comes from the expansion of the macro `new_error_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]   --> src/calculator/expr/error.rs:28:22
[INFO] [stdout]    |
[INFO] [stdout] 28 |                   self.description().fmt(f)
[INFO] [stdout]    |                        ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/calculator/expr/operator.rs:44:1
[INFO] [stdout]    |
[INFO] [stdout] 44 | / new_error_type!(
[INFO] [stdout] 45 | |     ParseOperatorError,
[INFO] [stdout] 46 | |     "expect '+', '-', '*', '/', '(' or ')'"
[INFO] [stdout] 47 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_display_for_error` which comes from the expansion of the macro `new_error_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `core::str::<impl str>::trim_left`: superseded by `trim_start`
[INFO] [stdout]   --> src/calculator/expr/term.rs:24:41
[INFO] [stdout]    |
[INFO] [stdout] 24 |         let mut rest_of_expr = raw_term.trim_left();
[INFO] [stdout]    |                                         ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: replace the use of the deprecated method
[INFO] [stdout]    |
[INFO] [stdout] 24 -         let mut rest_of_expr = raw_term.trim_left();
[INFO] [stdout] 24 +         let mut rest_of_expr = raw_term.trim_start();
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `core::str::<impl str>::trim_left`: superseded by `trim_start`
[INFO] [stdout]   --> src/calculator/expr/term.rs:24:41
[INFO] [stdout]    |
[INFO] [stdout] 24 |         let mut rest_of_expr = raw_term.trim_left();
[INFO] [stdout]    |                                         ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: replace the use of the deprecated method
[INFO] [stdout]    |
[INFO] [stdout] 24 -         let mut rest_of_expr = raw_term.trim_left();
[INFO] [stdout] 24 +         let mut rest_of_expr = raw_term.trim_start();
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `core::str::<impl str>::trim_left`: superseded by `trim_start`
[INFO] [stdout]   --> src/calculator/expr/factor.rs:21:43
[INFO] [stdout]    |
[INFO] [stdout] 21 |         let mut rest_of_expr = raw_factor.trim_left();
[INFO] [stdout]    |                                           ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: replace the use of the deprecated method
[INFO] [stdout]    |
[INFO] [stdout] 21 -         let mut rest_of_expr = raw_factor.trim_left();
[INFO] [stdout] 21 +         let mut rest_of_expr = raw_factor.trim_start();
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `core::str::<impl str>::trim_left`: superseded by `trim_start`
[INFO] [stdout]   --> src/calculator/expr/factor.rs:21:43
[INFO] [stdout]    |
[INFO] [stdout] 21 |         let mut rest_of_expr = raw_factor.trim_left();
[INFO] [stdout]    |                                           ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: replace the use of the deprecated method
[INFO] [stdout]    |
[INFO] [stdout] 21 -         let mut rest_of_expr = raw_factor.trim_left();
[INFO] [stdout] 21 +         let mut rest_of_expr = raw_factor.trim_start();
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]   --> src/calculator/expr/error.rs:28:22
[INFO] [stdout]    |
[INFO] [stdout] 28 |                 self.description().fmt(f)
[INFO] [stdout]    |                      ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/calculator/expr/factor.rs:78:1
[INFO] [stdout]    |
[INFO] [stdout] 78 | new_error_type!(ParseFactorError);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_display_for_error` which comes from the expansion of the macro `new_error_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `core::str::<impl str>::trim_left`: superseded by `trim_start`
[INFO] [stdout]   --> src/calculator/expr/integer.rs:13:40
[INFO] [stdout]    |
[INFO] [stdout] 13 |         let mut rest_of_expr = raw_int.trim_left();
[INFO] [stdout]    |                                        ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: replace the use of the deprecated method
[INFO] [stdout]    |
[INFO] [stdout] 13 -         let mut rest_of_expr = raw_int.trim_left();
[INFO] [stdout] 13 +         let mut rest_of_expr = raw_int.trim_start();
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]   --> src/calculator/expr/error.rs:28:22
[INFO] [stdout]    |
[INFO] [stdout] 28 |                 self.description().fmt(f)
[INFO] [stdout]    |                      ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/calculator/expr/factor.rs:78:1
[INFO] [stdout]    |
[INFO] [stdout] 78 | new_error_type!(ParseFactorError);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_display_for_error` which comes from the expansion of the macro `new_error_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `core::str::<impl str>::trim_left`: superseded by `trim_start`
[INFO] [stdout]   --> src/calculator/expr/integer.rs:13:40
[INFO] [stdout]    |
[INFO] [stdout] 13 |         let mut rest_of_expr = raw_int.trim_left();
[INFO] [stdout]    |                                        ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: replace the use of the deprecated method
[INFO] [stdout]    |
[INFO] [stdout] 13 -         let mut rest_of_expr = raw_int.trim_left();
[INFO] [stdout] 13 +         let mut rest_of_expr = raw_int.trim_start();
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]   --> src/calculator/expr/integer.rs:97:14
[INFO] [stdout]    |
[INFO] [stdout] 97 |         self.description().fmt(f)
[INFO] [stdout]    |              ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `core::str::<impl str>::trim_left`: superseded by `trim_start`
[INFO] [stdout]   --> src/calculator/expr/mod.rs:33:41
[INFO] [stdout]    |
[INFO] [stdout] 33 |         let mut rest_of_expr = raw_expr.trim_left();
[INFO] [stdout]    |                                         ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: replace the use of the deprecated method
[INFO] [stdout]    |
[INFO] [stdout] 33 -         let mut rest_of_expr = raw_expr.trim_left();
[INFO] [stdout] 33 +         let mut rest_of_expr = raw_expr.trim_start();
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]   --> src/calculator/expr/integer.rs:97:14
[INFO] [stdout]    |
[INFO] [stdout] 97 |         self.description().fmt(f)
[INFO] [stdout]    |              ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `core::str::<impl str>::trim_left`: superseded by `trim_start`
[INFO] [stdout]   --> src/calculator/expr/mod.rs:33:41
[INFO] [stdout]    |
[INFO] [stdout] 33 |         let mut rest_of_expr = raw_expr.trim_left();
[INFO] [stdout]    |                                         ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: replace the use of the deprecated method
[INFO] [stdout]    |
[INFO] [stdout] 33 -         let mut rest_of_expr = raw_expr.trim_left();
[INFO] [stdout] 33 +         let mut rest_of_expr = raw_expr.trim_start();
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]   --> src/calculator/mod.rs:46:50
[INFO] [stdout]    |
[INFO] [stdout] 46 |             CalculatorError::IOError(ref e) => e.description(),
[INFO] [stdout]    |                                                  ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]   --> src/calculator/mod.rs:46:50
[INFO] [stdout]    |
[INFO] [stdout] 46 |             CalculatorError::IOError(ref e) => e.description(),
[INFO] [stdout]    |                                                  ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]   --> src/calculator/mod.rs:75:35
[INFO] [stdout]    |
[INFO] [stdout] 75 |                     self.disp(why.description(), true);
[INFO] [stdout]    |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]   --> src/calculator/mod.rs:75:35
[INFO] [stdout]    |
[INFO] [stdout] 75 |                     self.disp(why.description(), true);
[INFO] [stdout]    |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]   --> src/calculator/mod.rs:90:35
[INFO] [stdout]    |
[INFO] [stdout] 90 |                     self.disp(why.description(), true);
[INFO] [stdout]    |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]   --> src/calculator/mod.rs:90:35
[INFO] [stdout]    |
[INFO] [stdout] 90 |                     self.disp(why.description(), true);
[INFO] [stdout]    |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]   --> src/calculator/mod.rs:99:35
[INFO] [stdout]    |
[INFO] [stdout] 99 |                     self.disp(why.description(), true);
[INFO] [stdout]    |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]   --> src/calculator/mod.rs:99:35
[INFO] [stdout]    |
[INFO] [stdout] 99 |                     self.disp(why.description(), true);
[INFO] [stdout]    |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `calculator` (bin "calculator") due to 1 previous error; 15 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `calculator` (bin "calculator" test) due to 1 previous error; 15 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "cc702c0bb2988987a414e4062a18d79104fbf7fd3c94e90e110b7a019dd3f123", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cc702c0bb2988987a414e4062a18d79104fbf7fd3c94e90e110b7a019dd3f123", kill_on_drop: false }`
[INFO] [stdout] cc702c0bb2988987a414e4062a18d79104fbf7fd3c94e90e110b7a019dd3f123
